home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / mail / SMTPsend_v0_2b.lha / SMTPsend.doc < prev   
Text File  |  1997-07-11  |  3KB  |  94 lines

  1.  
  2.             SMTPsend V0.1b
  3.             11 July 1997
  4.  
  5. Copyright
  6.  
  7. SMTPsend 0.1b is FULLY copyright (c) 1997 Stephan Reed
  8. ALL RIGHTS RESERVED
  9.  
  10. This version may be freely distributed and used but no
  11. alterations may be made to the program, documents and it
  12. must be distributed in the archive (SMTPsend_v0.1b.lha)
  13. which contains:
  14.     
  15.     SMTPsend
  16.     SMTPsend.doc
  17.  
  18. You use this software completly at your own risk.
  19.                                                  
  20.  
  21. Requirements
  22.  
  23. You must be using SMTPpost (and all that goes with it!) for
  24. this program to be of any use. It can be found on the
  25. aminet in:
  26.  
  27. comm/net/IU-14-as225.lha (for AS225) comm/tcp/IU-14-
  28. amitcp.lha (for AMItcp/Miami etc)
  29.  
  30. Background
  31.  
  32. When I started using SMTPpost as an external emailer for
  33. some email programs I found there was no way to write mail
  34. off line and then send it all the instant I was on line. You
  35. can use SMTPpost and SMTPd together but you have to wait
  36. about 4 minutes after you run SMTPd for your email to be
  37. sent. As I have a dial-up account and have timed phone calls
  38. I didn't like this idea.
  39.  
  40. This program examines a directory and using SMTPpost
  41. tries to send all the files there, the moment its run. 
  42.  
  43. I'm sure there's other programs to do this but I thought I
  44. would just write my own as I have some time to spare :)
  45.  
  46.  
  47. Pre-Beta
  48.  
  49. This archive contains a pre-beta version of SMTPsend. Its
  50. not that good yet but I posted it to see if anyone else was
  51. interested in using it. If no one is, then I wont post
  52. further versions. Please email me at the address below if
  53. you think you might have a use for it.
  54.  
  55. There is loads more the final release will do ...
  56.     
  57. * Rename or move files if sent sucessfully.
  58. * Create a log file
  59. * Allow options to be used with SMTPpost
  60. * Have an option to switch of output display
  61. * Proper docuemntation!
  62.  
  63. ... and anything else you want done (just email me at
  64. moonchild@enterprise.net)
  65.  
  66.  
  67. Usage
  68.  
  69. Its realy simple. Just place this program in the same
  70. directory as SMTPpost and run it from CLI as follows:
  71.  
  72.     SMTPsend <drive:directory>
  73.  
  74. It will then use SMTP post to send all the files in the
  75. specified directory. Thats it. It wont delete or rename
  76. files that where send, infact it wont change anything in the
  77. directory yet. (See notes above!).         
  78.  
  79. Have SMTPpost set up so it queues all files to the
  80. directory you have chosen! (For more info on setting up
  81. SMTPpost see docs that come with it).
  82.  
  83.  
  84. Bugs
  85.  
  86. I'm sure there must be some so if you find them please email
  87. me at 
  88.  
  89.     moonchild@enterprise.net
  90.  
  91. NB remember this is a pre-beta version so don't expect to
  92. much yet!
  93.  
  94.